summaryrefslogtreecommitdiffstats
path: root/src/com
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-10-11 14:44:10 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-10-11 14:44:10 -0700
commite90cc3ba6c6ccd383f31b539367c2cccea278fed (patch)
treec5e43b158779f49d8b5d108274e707ce4ca0a5c3 /src/com
parent700889f504ef134ab307d95b6bfbbb426ea730e3 (diff)
parent35e79e32808456a7f5f21126ed2fa7badf8dc0bc (diff)
downloadandroid_packages_apps_Trebuchet-e90cc3ba6c6ccd383f31b539367c2cccea278fed.tar.gz
android_packages_apps_Trebuchet-e90cc3ba6c6ccd383f31b539367c2cccea278fed.tar.bz2
android_packages_apps_Trebuchet-e90cc3ba6c6ccd383f31b539367c2cccea278fed.zip
resolved conflicts for merge of 35e79e32 to gingerbread-plus-aosp
Change-Id: I039355b9d5852436c8352efc5a85590e5f2bc080
Diffstat (limited to 'src/com')
-rw-r--r--src/com/android/launcher2/Launcher.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/com/android/launcher2/Launcher.java b/src/com/android/launcher2/Launcher.java
index 9626a2ec2..96934e82e 100644
--- a/src/com/android/launcher2/Launcher.java
+++ b/src/com/android/launcher2/Launcher.java
@@ -48,6 +48,7 @@ import android.graphics.drawable.ColorDrawable;
import android.net.Uri;
import android.os.AsyncTask;
import android.os.Bundle;
+import android.os.Environment;
import android.os.Handler;
import android.os.Parcelable;
import android.os.SystemClock;
@@ -230,7 +231,8 @@ public final class Launcher extends Activity
mAppWidgetHost.startListening();
if (PROFILE_STARTUP) {
- android.os.Debug.startMethodTracing("/sdcard/launcher");
+ android.os.Debug.startMethodTracing(
+ Environment.getExternalStorageDirectory() + "/launcher");
}
loadHotseats();