Loading services/voiceinteraction/java/com/android/server/soundtrigger/SoundTriggerService.java +15 −16 Original line number Diff line number Diff line Loading @@ -926,9 +926,7 @@ public class SoundTriggerService extends SystemService { Slog.w(TAG, mPuuid + ": Dropped operation as too many operations were " + "run in last 24 hours"); } return; } } else { mNumOps.addOp(currentTime); // Find a free opID Loading @@ -946,6 +944,7 @@ public class SoundTriggerService extends SystemService { } catch (Exception e) { Slog.e(TAG, mPuuid + ": Could not run operation " + opId, e); } } // Unbind from service if no operations are left (i.e. if the operation failed) if (mPendingOps.isEmpty() && mRunningOpIds.isEmpty()) { Loading Loading
services/voiceinteraction/java/com/android/server/soundtrigger/SoundTriggerService.java +15 −16 Original line number Diff line number Diff line Loading @@ -926,9 +926,7 @@ public class SoundTriggerService extends SystemService { Slog.w(TAG, mPuuid + ": Dropped operation as too many operations were " + "run in last 24 hours"); } return; } } else { mNumOps.addOp(currentTime); // Find a free opID Loading @@ -946,6 +944,7 @@ public class SoundTriggerService extends SystemService { } catch (Exception e) { Slog.e(TAG, mPuuid + ": Could not run operation " + opId, e); } } // Unbind from service if no operations are left (i.e. if the operation failed) if (mPendingOps.isEmpty() && mRunningOpIds.isEmpty()) { Loading