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/am/
DActivityStackSupervisor.java1664 int extrasSize = 0; in logIfTransactionTooLarge() local
1668 extrasSize = extras.getSize(); in logIfTransactionTooLarge()
1672 if (extrasSize + icicleSize > 200000) { in logIfTransactionTooLarge()
1673 Slog.e(TAG, "Transaction too large, intent: " + intent + ", extras size: " + extrasSize in logIfTransactionTooLarge()