Skip to content
This repository has been archived by the owner on Apr 23, 2023. It is now read-only.

Commit

Permalink
paranoia
Browse files Browse the repository at this point in the history
  • Loading branch information
chop0 committed Apr 8, 2022
1 parent 03d00d9 commit 2e18fb3
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
package com.kuriosityrobotics.firstforward.robot.modules;

import static java.util.concurrent.ForkJoinPool.commonPool;

import android.util.Log;

import com.kuriosityrobotics.firstforward.robot.Robot;
Expand Down Expand Up @@ -55,7 +57,7 @@ public void run() {
module.onClose();
}
}

commonPool().shutdown();
Log.v("ModuleThread", "Exited due to opMode no longer being active.");
}

Expand Down

0 comments on commit 2e18fb3

Please sign in to comment.