Searched refs:extrasSize (Results 1 – 1 of 1) sorted by relevance
1664 int extrasSize = 0; in logIfTransactionTooLarge() local1668 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()