Skip to content

Commit 36bc334

Browse files
author
Mihail Slavchev
committed
delete old debugger files
1 parent ca656f5 commit 36bc334

21 files changed

Lines changed: 47 additions & 1742 deletions

build-artifacts/project-template-gradle/src/debug/java/com/tns/ErrorReport.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ public static String getLogcat(String pId) {
214214
static Intent getIntent(Context context) {
215215
Class<?> errorActivityClass;
216216

217-
if (AndroidJsDebugger.isDebuggableApp(context)) {
217+
if (Util.isDebuggableApp(context)) {
218218
errorActivityClass = ErrorReportActivity.class;
219219
} else {
220220
return null;

0 commit comments

Comments
 (0)