| commit | 0586514f4a7cacd74af78fc214e64c39884eeae1 | [log] [tgz] |
|---|---|---|
| author | Steven Moreland <smoreland@google.com> | Tue Feb 07 10:15:50 2017 -0800 |
| committer | Steven Moreland <smoreland@google.com> | Tue Feb 07 14:16:56 2017 -0800 |
| tree | 5f5fcc5a56ea8d7410f5eba0992c579f2a99dd9d | |
| parent | 0173273dd445a355c5e19e7f75a34c297f424324 [diff] |
defaultPassthroughServiceImplementation: default
Specify default argument to dPSI which allows the following calls:
- dPSI("foo", 1 /* maxThreads */);
- dPSI("foo");
- dPSI(1 /* maxThreads */);
- dPSI();
Test: compiles
Change-Id: If1f7100527583dd7d01c17c107282b043d710ee3