DebugFlags class
Passed as debugFlags
when calling Store.new to enable debug options.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- logAsyncQueue → const int
-
Log async queue details.
16
- logCacheAll → const int
-
Log all cache access.
64
- logCacheHits → const int
-
Log cache hits.
32
- logExceptionStackTrace → const int
-
For a limited number of error conditions, this will try to print stack
traces. Note: this is Linux-only, experimental, and has several
limitations: The usefulness of these stack traces depends on several
factors and might not be helpful at all.
256
- logQueries → const int
-
Log queries.
4
- logQueryParameters → const int
-
Log parameters used in queries.
8
- logTransactionsRead → const int
-
Log read transactions.
1
- logTransactionsWrite → const int
-
Log write transactions.
2
- logTree → const int
-
Log tree API use.
128
- runThreadingSelfTest → const int
-
Run a quick self-test to verify basic threading; somewhat paranoia to
check the platform and the library setup.
512