mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 23:28:42 +03:00
MainApp: remove unused variable
Leftover Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
fb12a65949
commit
ca72520d54
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue