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