Fix is_active that is logged as int64 to bool

"Field type 3 is not supported when writing bool val." is being created
as we are trying to log is_active bit as int64.

Bug: 121035918
Test: statsd_test
Change-Id: I3d6ad610411a45caa5b3b99a5b936c6769be3502
5 files changed