diff options
author | Yohann Roussel <yroussel@google.com> | 2014-03-19 16:25:37 +0100 |
---|---|---|
committer | Yohann Roussel <yroussel@google.com> | 2014-03-20 15:13:33 +0100 |
commit | 4eceb95409e844fdc33c9c706e1dc307bfd40303 (patch) | |
tree | ee9f4f3fc79f757c79081c336bce4f1782c6ccd8 /jack/rsc | |
parent | 3d2402901b1a6462e2cf47a6fd09711f327961c3 (diff) | |
download | toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.zip toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.gz toolchain_jack-4eceb95409e844fdc33c9c706e1dc307bfd40303.tar.bz2 |
Initial Jack import.
Change-Id: I953cf0a520195a7187d791b2885848ad0d5a9b43
Diffstat (limited to 'jack/rsc')
-rw-r--r-- | jack/rsc/config.properties | 15 | ||||
-rw-r--r-- | jack/rsc/debug.jack.logging.properties | 35 | ||||
-rw-r--r-- | jack/rsc/error.jack.logging.properties | 31 | ||||
-rw-r--r-- | jack/rsc/info.jack.logging.properties | 37 | ||||
-rw-r--r-- | jack/rsc/initial.logging.properties | 29 | ||||
-rw-r--r-- | jack/rsc/trace.jack.logging.properties | 31 | ||||
-rw-r--r-- | jack/rsc/warning.jack.logging.properties | 35 |
7 files changed, 213 insertions, 0 deletions
diff --git a/jack/rsc/config.properties b/jack/rsc/config.properties new file mode 100644 index 0000000..598bef1 --- /dev/null +++ b/jack/rsc/config.properties @@ -0,0 +1,15 @@ +# +# Copyright (C) 2013 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# diff --git a/jack/rsc/debug.jack.logging.properties b/jack/rsc/debug.jack.logging.properties new file mode 100644 index 0000000..41a1f54 --- /dev/null +++ b/jack/rsc/debug.jack.logging.properties @@ -0,0 +1,35 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= FINE + +# configure each logger +com.android.sched.level= SEVERE +org.reflections.level= WARNING +com.google.inject.level= WARNING +# ... + diff --git a/jack/rsc/error.jack.logging.properties b/jack/rsc/error.jack.logging.properties new file mode 100644 index 0000000..8ee1196 --- /dev/null +++ b/jack/rsc/error.jack.logging.properties @@ -0,0 +1,31 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= SEVERE + + + diff --git a/jack/rsc/info.jack.logging.properties b/jack/rsc/info.jack.logging.properties new file mode 100644 index 0000000..08cd24d --- /dev/null +++ b/jack/rsc/info.jack.logging.properties @@ -0,0 +1,37 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= INFO + +# configure each logger +com.android.sched.level= SEVERE +org.reflections.level= SEVERE +com.google.inject.level= SEVERE +# ... + + + diff --git a/jack/rsc/initial.logging.properties b/jack/rsc/initial.logging.properties new file mode 100644 index 0000000..7c18e67 --- /dev/null +++ b/jack/rsc/initial.logging.properties @@ -0,0 +1,29 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= WARNING + diff --git a/jack/rsc/trace.jack.logging.properties b/jack/rsc/trace.jack.logging.properties new file mode 100644 index 0000000..06df780 --- /dev/null +++ b/jack/rsc/trace.jack.logging.properties @@ -0,0 +1,31 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= FINEST + + + diff --git a/jack/rsc/warning.jack.logging.properties b/jack/rsc/warning.jack.logging.properties new file mode 100644 index 0000000..8ffa4c1 --- /dev/null +++ b/jack/rsc/warning.jack.logging.properties @@ -0,0 +1,35 @@ +# +# Copyright (C) 2012 The Android Open Source Project +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + +# +# Logging settings for jack +# + +handlers= java.util.logging.ConsoleHandler + +# Settings for handlers +java.util.logging.ConsoleHandler.level= FINEST +java.util.logging.ConsoleHandler.formatter= com.android.sched.util.log.ConsoleFormatter + +# Default level for loggers +.level= SEVERE + +# configure each logger +com.android.jack.level= WARNING +com.android.sched.level= SEVERE +org.reflections.level= SEVERE +com.google.inject.level= SEVERE +# ... |