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:
parent
9e991346e1
commit
fb3a2d1f8b
@ -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();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user