Removing old debugging logs. (Bug 107442854)

Change-Id: I56d6838af3cca710eab300d3e71ca1be90866cdd
This commit is contained in:
Winson Chung
2013-09-19 16:27:36 -07:00
parent bb701aaa83
commit ede4129e77
4 changed files with 62 additions and 257 deletions

View File

@@ -687,10 +687,6 @@ public class DragController {
}
}
mDragObject.dragSource.onDropCompleted((View) dropTarget, mDragObject, false, accepted);
// Write all the logs to disk
Launcher.addDumpLog(TAG, "10249126 - DragController.drop() - dumping logs to disk", true);
mLauncher.dumpLogsToLocalData(false);
}
private DropTarget findDropTarget(int x, int y, int[] dropCoordinates) {