Browse Source

I2PDActvty - stack trace clarification

pull/22/head
nonlin-lin-chaos-order-etc-etal 3 years ago committed by GitHub
parent
commit
c2e8d6b4a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      app/src/main/java/org/purplei2p/i2pd/I2PDActivity.java

2
app/src/main/java/org/purplei2p/i2pd/I2PDActivity.java

@ -165,7 +165,7 @@ public class I2PDActivity extends Activity { @@ -165,7 +165,7 @@ public class I2PDActivity extends Activity {
try {
doUnbindService();
} catch (Throwable tr) {
Log.e(TAG, "", tr);
Log.e(TAG, "throwable caught and ignored, all is safe, not a bug, dumped here for debugging only.", tr);
}
}

Loading…
Cancel
Save