1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-01-31 08:54:57 +01:00

made bug report works again

This commit is contained in:
Mariotaku Lee 2015-03-29 20:15:42 +08:00
parent 9e991346e1
commit fb3a2d1f8b

View File

@ -416,8 +416,10 @@ public class HomeActivity extends BaseActionBarActivity implements OnClickListen
// UCD // UCD
ProfilingUtil.profile(this, ProfilingUtil.FILE_NAME_APP, "App onStart"); ProfilingUtil.profile(this, ProfilingUtil.FILE_NAME_APP, "App onStart");
// spice // spice
SpiceProfilingUtil.profile(this, SpiceProfilingUtil.FILE_NAME_APP, "App Launch" + "," + Build.MODEL); SpiceProfilingUtil.profile(this, SpiceProfilingUtil.FILE_NAME_APP, "App Launch" + "," + Build.MODEL
SpiceProfilingUtil.profile(this, SpiceProfilingUtil.FILE_NAME_ONLAUNCH, "App Launch" + "," + NetworkStateUtil.getConnectedType(this) + "," + Build.MODEL); + "," + "mediaPreview=" + mPreferences.getBoolean(KEY_MEDIA_PREVIEW, false));
SpiceProfilingUtil.profile(this, SpiceProfilingUtil.FILE_NAME_ONLAUNCH, "App Launch"
+ "," + NetworkStateUtil.getConnectedType(this) + "," + Build.MODEL);
//end //end
updateUnreadCount(); updateUnreadCount();
} }