summaryrefslogtreecommitdiff
path: root/src/com/android/stk/StkAppInstaller.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/stk/StkAppInstaller.java')
-rw-r--r--src/com/android/stk/StkAppInstaller.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/com/android/stk/StkAppInstaller.java b/src/com/android/stk/StkAppInstaller.java
index fe25af6..1e96b5e 100644
--- a/src/com/android/stk/StkAppInstaller.java
+++ b/src/com/android/stk/StkAppInstaller.java
@@ -34,8 +34,7 @@ import android.os.ServiceManager;
*/
final class StkAppInstaller {
private static final boolean DBG = TelephonyUtils.IS_DEBUGGABLE;
- private static final String LOG_TAG =
- new Object(){}.getClass().getEnclosingClass().getSimpleName();
+ private static final String LOG_TAG = StkAppInstaller.class.getSimpleName();
private StkAppInstaller() {
}