Searched refs:extrasSize (Results 1 – 1 of 1) sorted by relevance
942 int extrasSize = 0; in logIfTransactionTooLarge() local946 extrasSize = extras.getSize(); in logIfTransactionTooLarge()950 if (extrasSize + icicleSize > 200000) { in logIfTransactionTooLarge()951 Slog.e(TAG, "Transaction too large, intent: " + intent + ", extras size: " + extrasSize in logIfTransactionTooLarge()