Skip to content

Commit a700d2c

Browse files
author
Mihail Slavchev
authored
Merge pull request #687 from NativeScript/slavchev/remove-old-debugger
delete old debugger files
2 parents 153e693 + 36bc334 commit a700d2c

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)