Merge "Add some debug logging" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
f3789adffd
@@ -106,6 +106,7 @@ public class DashboardSummary extends InstrumentedFragment
|
||||
public void onCreate(Bundle savedInstanceState) {
|
||||
long startTime = System.currentTimeMillis();
|
||||
super.onCreate(savedInstanceState);
|
||||
Log.d(TAG, "Starting DashboardSummary");
|
||||
final Activity activity = getActivity();
|
||||
mDashboardFeatureProvider = FeatureFactory.getFactory(activity)
|
||||
.getDashboardFeatureProvider(activity);
|
||||
|
||||
Reference in New Issue
Block a user