Home
last modified time | relevance | path

Searched refs:extrasSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DActivityStackSupervisor.java957 int extrasSize = 0; in logIfTransactionTooLarge() local
961 extrasSize = extras.getSize(); in logIfTransactionTooLarge()
965 if (extrasSize + icicleSize > 200000) { in logIfTransactionTooLarge()
966 Slog.e(TAG, "Transaction too large, intent: " + intent + ", extras size: " + extrasSize in logIfTransactionTooLarge()