浏览代码

MainApp: remove unused variable

Leftover

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 年之前
父节点
当前提交
ca72520d54
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      app/src/main/java/com/owncloud/android/MainApp.java

+ 0 - 1
app/src/main/java/com/owncloud/android/MainApp.java

@@ -231,7 +231,6 @@ public class MainApp extends MultiDexApplication implements HasAndroidInjector {
         // we don't want to handle crashes occurring inside crash reporter activity/process;
         // we don't want to handle crashes occurring inside crash reporter activity/process;
         // let the platform deal with those
         // let the platform deal with those
         final boolean isCrashReportingProcess = getAppProcessName().endsWith(":crash");
         final boolean isCrashReportingProcess = getAppProcessName().endsWith(":crash");
-        final boolean useExceptionHandler = !appInfo.isDebugBuild();
 
 
         if (!isCrashReportingProcess && !appInfo.isDebugBuild()) {
         if (!isCrashReportingProcess && !appInfo.isDebugBuild()) {
             Thread.UncaughtExceptionHandler defaultPlatformHandler = Thread.getDefaultUncaughtExceptionHandler();
             Thread.UncaughtExceptionHandler defaultPlatformHandler = Thread.getDefaultUncaughtExceptionHandler();