summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Yasuhiro Matsuda <mazda@google.com> 2015-07-31 04:30:22 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2015-07-31 04:30:22 +0000
commiteff7f5f5760ecc2777994654f58392a38a1e62b2 (patch)
tree377f5d91d7fca4a41dd2635e924124e9ca8a88e3
parent1b748f77d3f82e90f0661d437746c3f16cc8b80f (diff)
parent8b5cd9fda45bc57644dc0577cde3c39cc17c0f87 (diff)
Merge "Fix a compile error with DEBUG_SERVICE enabled."
-rwxr-xr-xservices/core/java/com/android/server/am/ActiveServices.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/services/core/java/com/android/server/am/ActiveServices.java b/services/core/java/com/android/server/am/ActiveServices.java
index 899139f7844b..011900045aff 100755
--- a/services/core/java/com/android/server/am/ActiveServices.java
+++ b/services/core/java/com/android/server/am/ActiveServices.java
@@ -1587,7 +1587,7 @@ public final class ActiveServices {
while (r.pendingStarts.size() > 0) {
Exception caughtException = null;
- ServiceRecord.StartItem si;
+ ServiceRecord.StartItem si = null;
try {
si = r.pendingStarts.remove(0);
if (DEBUG_SERVICE) Slog.v(TAG_SERVICE, "Sending arguments to: "