|
@@ -131,9 +131,9 @@ public class BridgeServerActivity extends AppCompatActivity {
|
|
|
|
|
|
//or
|
|
//or
|
|
|
|
|
|
- Log.d(TAG, "System.exit() will be called");
|
|
|
|
- System.runFinalizersOnExit(true);
|
|
|
|
- System.exit(0);
|
|
|
|
|
|
+ //Log.d(TAG, "System.exit() will be called");
|
|
|
|
+ //System.runFinalizersOnExit(true);
|
|
|
|
+ //System.exit(0);
|
|
}
|
|
}
|
|
|
|
|
|
private void unbindBridgeService() {
|
|
private void unbindBridgeService() {
|