Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5d3bea62 authored by Joe Onorato's avatar Joe Onorato
Browse files

fix the build

parent 12f80709
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -98,6 +98,7 @@ import android.provider.Settings;
import android.util.Config;
import android.util.EventLog;
import android.util.Slog;
import android.util.Log;
import android.util.PrintWriterPrinter;
import android.util.SparseArray;
import android.view.Gravity;
@@ -4695,7 +4696,7 @@ public final class ActivityManagerService extends ActivityManagerNative implemen
                }
            }
        } catch (InterruptedException e) {
            Slog.wtf(TAG, e);
            Log.wtf(TAG, e);
        } finally {
            observer.stopWatching();
        }