mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 08:16:49 +00:00
Removing old debugging logs. (Bug 107442854)
Change-Id: I56d6838af3cca710eab300d3e71ca1be90866cdd
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user