This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In com.android.calendar2:null:0. | |
* com.android.calendar.AllInOneActivity has leaked: | |
* GC ROOT static android.view.inputmethod.InputMethodManager.sInstance | |
* references android.view.inputmethod.InputMethodManager.mNextServedView | |
* references com.android.calendar.agenda.AgendaListView.mContext | |
* leaks com.android.calendar.AllInOneActivity instance | |
* Reference Key: 8798c341-10c6-4a37-85ba-e2a90e19c973 | |
* Device: LGE google Nexus 5 hammerhead | |
* Android Version: 6.0.1 API: 23 LeakCanary: 1.4-SNAPSHOT b65a4f9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In com.android.calendar2:null:0. | |
* com.android.calendar.AllInOneActivity has leaked: | |
* GC ROOT static android.view.inputmethod.InputMethodManager.sInstance | |
* references android.view.inputmethod.InputMethodManager.mNextServedView | |
* references com.android.calendar.DayView.mContext | |
* leaks com.android.calendar.AllInOneActivity instance | |
* Reference Key: db2d57d2-7602-4366-b29b-ea3854fbbf17 | |
* Device: LGE google Nexus 5 hammerhead | |
* Android Version: 6.0.1 API: 23 LeakCanary: 1.4-SNAPSHOT b65a4f9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In com.android.calendar2:null:0. | |
* com.android.calendar.AllInOneActivity has leaked: | |
* GC ROOT static android.view.inputmethod.InputMethodManager.sInstance | |
* references android.view.inputmethod.InputMethodManager.mNextServedView | |
* references com.android.calendar.month.MonthListView.mListContext | |
* leaks com.android.calendar.AllInOneActivity instance | |
* Reference Key: a1e7294a-f09f-4fde-ad2f-555b147e28a3 | |
* Device: LGE google Nexus 5 hammerhead | |
* Android Version: 6.0.1 API: 23 LeakCanary: 1.4-SNAPSHOT b65a4f9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Copyright (C) 2013 The Android Open Source Project | |
* | |
* Licensed under the Apache License, Version 2.0 (the "License"); | |
* you may not use this file except in compliance with the License. | |
* You may obtain a copy of the License at | |
* | |
* http://www.apache.org/licenses/LICENSE-2.0 | |
* | |
* Unless required by applicable law or agreed to in writing, software |