commit | e261b4a59950e5a148c553244d7f5f143918f97d | [log] [tgz] |
---|---|---|
author | Nasser Grainawi <nasser.grainawi@oss.qualcomm.com> | Tue Jun 24 14:59:23 2025 -0700 |
committer | Nasser Grainawi <nasser.grainawi@oss.qualcomm.com> | Wed Jun 25 21:59:57 2025 -0700 |
tree | 5605031469d4b61620e4ea2e736f3574c125a108 | |
parent | 64ea846076272581be9b622699f738377451fa02 [diff] |
Copier: Skip fields we cannot access If we aren't including inaccessible fields, avoid throwing and catching IllegalAccessException by checking canAccess() before attempting to get the field value. This should reduce some overhead associated with throwing exceptions. Change-Id: I0b8463b5a6b14b1f1d6f2a532fae6188c093614d