Skip to content

Instantly share code, notes, and snippets.

View kleisauke's full-sized avatar

Kleis Auke Wolthuizen kleisauke

View GitHub Profile
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
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
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
@kleisauke
kleisauke / TimeZoneInfo.java
Last active October 23, 2016 23:08
Fixed TimeZoneInfo.java for Android M. (Because in SDK 23 TimeZone.mTransition is now long[])
/*
* 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