Searched refs:leak (Results 1 – 13 of 13) sorted by relevance
70 for (auto& leak : info.leaks) { in logUnreachable() local71 if (addrs.find(leak.begin) == addrs.end()) { in logUnreachable()72 merged.leaks.push_back(leak); in logUnreachable()74 merged.leak_bytes += leak.size; in logUnreachable()75 addrs.insert(leak.begin); in logUnreachable()
883 IntentReceiverLeaked leak = new IntentReceiverLeaked( in removeContextRegistrations() local888 leak.setStackTrace(rd.getLocation().getStackTrace()); in removeContextRegistrations()889 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); in removeContextRegistrations()891 StrictMode.onIntentReceiverLeaked(leak); in removeContextRegistrations()911 ServiceConnectionLeaked leak = new ServiceConnectionLeaked( in removeContextRegistrations() local914 leak.setStackTrace(sd.getLocation().getStackTrace()); in removeContextRegistrations()915 Slog.e(ActivityThread.TAG, leak.getMessage(), leak); in removeContextRegistrations()917 StrictMode.onServiceConnectionLeaked(leak); in removeContextRegistrations()
423 WindowLeaked leak = new WindowLeaked( in closeAllExceptView() local426 leak.setStackTrace(root.getLocation().getStackTrace()); in closeAllExceptView()427 Log.e(TAG, "", leak); in closeAllExceptView()
30 API that does not leak the internal classes.
80 you use {@link android.app.Activity#onStop()} to release resources that might leak memory.</p>186 last chance to clean out resources that could lead to a memory leak, so you should be sure that
267 potentially leak memory if not properly closed, you should kill them during {@link
267 leak. For example:
494 recycle the {@link android.database.Cursor}, which causes a memory leak. For example:
128 leak all the views and resources of the original activity instance. (Leaking resources
210 <p>Do not leak permission-protected data. This occurs when your app exposes408 could inadvertently leak user data to other applications.</p>
195 it's actively performing a job. Also be careful to never leak your service by failing to stop it
587 app doesn't crash or leak memory. For information about checking your app's
735 <li>Fixed a memory leak in1036 <li>Fixed a memory leak that occurs when tinting drawable resources using