Fix package name for LibStatsPullTests

The previous package name was wrong. When the kWhiteListedAtoms was
removed, the breadcrumb atom was no longer being logged properly due to
the incorrect package name.

Bug: 159768218
Test: atest LibStatsPullTests
Change-Id: I2277d205d66ef0cdc4954990db0cd783d5d5401e
This commit is contained in:
Jeffrey Huang
2020-06-24 18:09:42 -07:00
parent 56caddc396
commit 9740023631
2 changed files with 1 additions and 2 deletions

View File

@@ -33,7 +33,6 @@ import com.android.internal.os.StatsdConfigProto.PullAtomPackages;
import com.android.internal.os.StatsdConfigProto.SimpleAtomMatcher;
import com.android.internal.os.StatsdConfigProto.StatsdConfig;
import com.android.internal.os.StatsdConfigProto.TimeUnit;
import com.android.internal.os.statsd.StatsConfigUtils;
import com.android.internal.os.statsd.protos.TestAtoms;
import com.android.os.AtomsProto.Atom;

View File

@@ -13,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.android.internal.os.statsd;
package com.android.internal.os.statsd.libstats;
import static com.google.common.truth.Truth.assertThat;