Skip to content

Commit

Permalink
Merge branch 'master' into upload
Browse files Browse the repository at this point in the history
  • Loading branch information
prbprbprb authored Jan 16, 2025
2 parents cd3da0c + 46961ea commit 063606f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public final class StatsLogImpl implements StatsLog {
private static final ExecutorService e = Executors.newSingleThreadExecutor(new ThreadFactory() {
@Override
public Thread newThread(Runnable r) {
Thread thread = new Thread(r);
Thread thread = new Thread(r, "ConscryptStatsLog");
thread.setUncaughtExceptionHandler(new UncaughtExceptionHandler() {
@Override
public void uncaughtException(Thread t, Throwable e) {
Expand Down

0 comments on commit 063606f

Please sign in to comment.